home *** CD-ROM | disk | FTP | other *** search
/ Sound Fx / Sound Fx.iso / Software / UNZIPED / SW16-12 / StripWav.txt < prev   
Text File  |  1996-09-20  |  2KB  |  45 lines

  1. StripWav: WAVE file header stripper
  2. Version 1.2 (20 Sep 96)
  3.  
  4. Copyright (c) 1996 by Timothy J. Weber
  5.  
  6. Permission granted for private or commercial use.  Duplication or
  7. redistribution prohibited.
  8.  
  9.  
  10. This program removes the summary information placed by some programs
  11. into the headers of WAVE files. This extra information is legal
  12. according to Microsoft's definition of the file format, but causes
  13. problems with older programs that assume that everything after the
  14. file header is sample data.
  15.  
  16. The 32-bit version of StripWav is called stripwav.exe, and requires
  17. Microsoft Windows 95 or Windows NT.
  18.  
  19. The 16-bit version is called stripw16.exe, and requires Windows 3.1.
  20. (It will run on 32-bit versions of Windows as well, but you should
  21. use the 32-bit version instead--it's both faster and smaller.)
  22.  
  23. You can strip header information from a file in any of the following
  24. ways:
  25.  
  26. - start up the program, then choose the file with File|Strip;
  27.  
  28. - start up the program, then choose it from the most recently used
  29. files on the File menu;
  30.  
  31. - drag the file to the program icon when the program isnÆt running;
  32.  
  33. - drag the file to the program window when it is running; or
  34.  
  35. - type the command "stripwav myfile.wav" at the command prompt, with an
  36. optional "/close" argument to have the program close when it finishes
  37. successfully.  (For the 16-bit version, use "stripw16 myfile.wav".)
  38.  
  39. You are free to use this program however you choose.  I only ask that
  40. if you want to pass it on to someone else, have them download it from
  41. my Web site at http://www.lightlink.com/tjweber rather than giving them
  42. a copy directly.
  43.  
  44. Send any comments or suggestions to tjweber@fcinet.com.
  45.